home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 #1 / Datatid-2000-01.iso / Internet / SPLASH / SPLASH12.EXE / data1.cab / Plugins / _Menu / Pop_Menu / Pop Menu.plg < prev    next >
Encoding:
Text File  |  1998-12-18  |  1.6 KB  |  59 lines

  1. # Class: Picture_Plus Name: Pop Menu.
  2.  
  3. [Applet Details]
  4. AppletName=Pop Menu
  5. ClassName=PopMenu.class
  6. Size=[VARIABLE];400,29
  7. Desc=This applet displays a menu in the form of clickable buttons. These buttons highlight when hovered over, and appear depressed when clicked on.
  8. AppletAuthor=David Griffiths
  9. PluginAuthor=Tim Kane //timk@gosplash.com
  10. AppletCopyright=David Griffiths 1998
  11. AppletHomepage=http://www.demon.co.uk/davidg/spigots.htm
  12. AppletAuthorEmail=dgriffiths1@hotmail.com
  13.  
  14. file=PopBtn.class
  15.  
  16. [BUTTON 1]
  17. parameter=frame
  18. Type=HIDDEN
  19. Name=Frame
  20.  
  21. [BUTTON 2]
  22. parameter=$No_of_buttons
  23. Desc=Enter the number of buttons to be displayed
  24. Type=NUMBER
  25. default=4
  26. loop=Button 3,Button 4,Button 5
  27. loopstart=0
  28.  
  29. [BUTTON 3]
  30. parameter=src
  31. desc=Select an image to be used for button #.                                                                                                                                                                                                                                                                         This image should be approx 15 x 15 in size.
  32. name=Display Image
  33. type=IMAGE
  34. default=ball1.gif
  35.  
  36. [BUTTON 4]
  37. parameter=text
  38. desc=Enter the text for button #.
  39. name=Button Text
  40. type=STRING
  41. default=Splash! V1.2
  42.  
  43. [BUTTON 5]
  44. parameter=href
  45. desc=Enter the URL for button #.
  46. name=Button URL
  47. type=URL
  48. default=http://www.gosplash.com
  49.  
  50. [BUTTON 6]
  51. parameter=labelpos
  52. Desc=You can have the button text positioned below the icon, or next to the icon.
  53. Name=Label Position
  54. Type=SELECT
  55. Options=BELOW~Vertical Positioning,RIGHT~Horizontal Positioning
  56. Default=RIGHT~Horizontal Positioning
  57.  
  58.  
  59. #end